home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / cheeky_c.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  211 b   |  14 lines

  1. if(_root.user_name == undefined)
  2. {
  3.    _root.user_name = "";
  4. }
  5. if(_root.user_age == undefined)
  6. {
  7.    _root.user_age = "";
  8. }
  9. if(_root.user_country == undefined)
  10. {
  11.    _root.user_country = "";
  12. }
  13. stop();
  14.